picture: Introduce
authorBenjamin Otte <otte@redhat.com>
Sat, 9 Jun 2018 20:48:06 +0000 (22:48 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 10 Jun 2018 00:23:02 +0000 (02:23 +0200)
commit6546ef345986c10857e41b3c7129e0b24985da66
treea114f93b09388b252c2c4a06ab34ff6187fc6a6e
parent9d48a95d9a0a2087131ea28c5c4d2af60b3ac1b0
picture: Introduce

This commit introduces GtkPicture, which is supposed to complement
GtkImage.

GtkImage will be adapted to always display an icon, while
GtkPicture displays regular imagery.
14 files changed:
docs/reference/gtk/gtk4-docs.xml
docs/reference/gtk/gtk4-sections.txt
gtk/a11y/gtk-a11y-autocleanups.h
gtk/a11y/gtkpictureaccessible.c [new file with mode: 0644]
gtk/a11y/gtkpictureaccessibleprivate.h [new file with mode: 0644]
gtk/a11y/gtkwidgetaccessible.h
gtk/a11y/meson.build
gtk/gtk-a11y.h
gtk/gtk.h
gtk/gtkpicture.c [new file with mode: 0644]
gtk/gtkpicture.h [new file with mode: 0644]
gtk/gtkvideo.c
gtk/gtkwidgetpaintable.c
gtk/meson.build